Part Number Hot Search : 
ISL3873B ZVP4105A MPC74 CSC1220A X55C27 MIW3131 IRF73 SCB68175
Product Description
Full Text Search
 

To Download L12-TCPA-PALLADIUM Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  6.857 computer and network security october 17, 2002 lecture notes 12 : tcpa and palladium lecturer: pato/lamacchia scribe: barrows/deneui/nigam/chen/robson/saunders/walsh joe pato of hewlett-packard presented the trusted computing platform alliance (tcpa). brian lamacchia of microsoft presented palladium. barrows, deneui, and nigam scribed the notes on tcpa. chen, robson, saunders, and walsh scribed the notes on palladium. slides from both speakers are available on the 6.857 web site. tcpa outline  why trusted computing platforms  the trusted computing platform alliance  tcpa concepts  tcpa feature set  bene ts of tcpa 1 why trusted computing platforms the overall goals of a trusted computing platform are to increase business and customer con dence with the security of a platform, to reduce business risks associated with insecurely storing data, and additionally to protect end-user private data. a trusted computing platform should address questions such as: can i trust a target machine to behave in an expected manner (maybe based on past performance)? can i have con dence in interacting with the platform? can i trust you (the user) to be what you say you are? a trusted computing platform should:  recognize that a platform has known properties  identify that a system will behave as expected  enable a user to have more con dence in the behavior of the platform in front of them 0 may be freely reproduced for educational or personal use. 1
2 3 tcpa concepts  reduce business risks by enabling trust in the behavior of critical information systems  protect end user private data and information by enabling trust in end systems (unknown if current technology trajectory will lead to this result) 2 the trusted computing platform alliance (tcpa) doomsayers claim the tcpa is the conspiracy to prevent artistry, anonymity, or assembly. others wonder if tcpa is the conspiracy in prelude to the apocalypse, and wonder if this is the end of free computing. some skeptics question how the tcpa will know the end has been reached and wonder if we are getting on the slippery slope to 'big brother' baked into a computer. joe pato said that his lecture will demonstrate that tcpa is none of these. history the tcpa is an industry group started in 1998. it was founded by compaq, hp, ibm, intel, and microsoft. currently the group has 180 members from the hardware, software, communications, and security technology industries. the group is focused on de ning and advancing the concept of trusted computing. competition in the security space and the need for cheap cryptography prompted creation of this group. the companies also needed to bypass crypto export regulations, and as a result wanted to work towards this goal with other players in the eld. the tcpa charter  provide a ubiquitous and widely adopted means to address trustworthiness of computing plat- forms  publish an open speci cation for public review  de ne a technology speci cation that can be applied to any type of computing platform 3 tcpa concepts de nition: a platform can be trusted if it behaves in the expected manner for the intended purpose. tcpa technology provides the mechanisms for:  platform authentication and attestation | is this platform actually a tcpa platform?  platform integrity reporting | has this tcpa platform been modi ed in any fashion?  protected storage | enabling secure stable storage in the presence of adversaries, architecture enables root of trust that allows third parties to rely on this trust
3 figure 1: the authenticated boot process (courtesy of joe pato, hp labs) to achieve this, tcpa relies on the concept of a root of trust. a third party can rely on information provided by a platform's root of trust. the root of trust must be able to report on software that has been executed, and must be able to keep secrets from the rest of the platform. there are two roots of trust and it is necessary to trust these roots of trust for tcpa mechanisms to be relied upon.  a root of trust for reporting | the component that can be trusted to store and report reliable information about the platform  a root of trust for measurement | the component that can be trusted to reliably measure and report to the root of trust for reporting what software executes on platform boot the trusted platform module (tpm) the tpm is the root of trust for reporting and is uniquely bound to a single platform. tpm functions and storage are isolated from all other components of the platform. the tpm is tamper resistant and tamper evident. it also contains various cryptographic functions and properties includ- ing prng, key storage, and some cryptographic functions. however, there is no bulk cryptography built into the tpm. the core root of trust for measurement (crtm) the crtm is the rst piece of code that executes on a platform at boot time. it must be trusted to property report to the tpm what software executes after it. the crtm reports a hash of the bios to the tpm, the tpm stores this, and then crtm passes o control to the bios. the bios hashes various roms associated (i.e. the os loader) with bootup, tpm securely stores this, the bios then loads and executes rom procedures. q: how does crtm ensure that the boot is authentic? a: the crtm builds a chain of hash codes for each portion of the boot. this chain is used to ascertain exactly what software was loaded on boot, the user can then check this with past boot chains and gauge if the boot sequence has been tampered with.
4 4 the tcpa feature set 4 the tcpa feature set  platform authentication  integrity reporting  protected storage platform authentication tcpa provides for the tpm to have control over multiple pseudonymous attestation identities. tpm attestation identities do not contain any owner or user related information. a platform identity attests to platform properties. no single tpm identity is ever used to digitally sign data, this provides privacy protection. a tpm identity certi cation is required to attest to the fact that they identify a genuine tcpa platform. the tpm identity creation protocol allows for the choice of di erent certi cation authorities (privacy-ca) to certify each tpm identity to prevent correlation of the tpms. integrity reporting to trust that the tpm is a genuine tpm on a genuine trusted platform, the measurements reported to the tpm during (and after) the boot process cannot be removed or deleted until reboot. adding each step in the boot process to the tpm hash vector ensures that no hiding code can execute on a platform. the tpm will use an attestation identity to sign the integrity report. the recipient of integrity information can evaluate trustworthiness of the information based on the certi cated of this attestation identity. protected storage the tcpa allows for protected storage, but no generic encryption device is required. cryptographic keys can be created that are protected by the tpm. data can be encrypted using the tpm and can only be decrypted using this same tpm. additionally, the root tpm key can be used to create a hierarchy of sealed keys, of which only the root key lives in the tpm while others live (encrypted) on the hard drive. this allows the user to build new keys from the original tpm key and ensures that the tpm public key is not released. keys in this hierarchy-space can be migrateable, or not, depending on how they are created by the software/os or by the manufacturer. privacy-positive design the ultimate tpm functionality control goes to the owner (i.e. platform administrator). tpm activation is controlled by the owner, while tpm deactivation is available to the individual users. additionally, to ensure privacy no single tpm identity is ever used to digitally sign data and multiple pseudonymous ids are allowed, which limits correlation. remote control of the tpm is enabled by
5 challenge response protocols for authorization mechanisms. unfortunately, since the ca knows all the keys that have been generated, the ca can correlate identities to platforms. conformance the parties involved have various responsibilities. the tcpa's role is that the tpm protection pro le is to be completed and will include crtm and connection to platform. the manufacturers' role is to create a security target, and produce a product design evaluation. 5 bene ts of tcpa in the short and middle term, tcpa allows for more securely encrypted data and provides for the measurement of integrity metrics of the software environment on the tcpa platform. in the long term, we can learn what software is running on a machine and have con dence in the information about the software environment and identity of a remote party, enabling higher levels of trust when interacting with this party.
6 6 motivation palladium brian lamacchia of microsoft talked about palladium during the second half of the lecture. brian joined the palladium team this may, having worked the past 3 years on the .net framework security. before that, he worked at at&t labs, performing research on policy regarding technology's impact on society. 6 motivation what is palladium? palladium (pd) is a set of new security-oriented capabilities in windows. palladium is enabled by new hardware. the goal is to \protect software from software." protecting against hardware attacks (dual ported memory, physically tampering with the pc, etc.) is not palladium's goal. palladium's goal is to protect against malicious software. palladium is built on top of tcpa hardware and share some characteristics with tcpa, but is not microsoft's implementation of tcpa. peter biddle of microsoft research conceived of and started working on palladium in 1997. new security features palladium o ers four categories of new security features. 1. sealed storage: seal o storage so that only some programs can get at it 2. attestation: software and hardware makes a signed statement about some part of the process stack 3. curtained memory: the ability to segment the physical memory of the machine into standard and trusted modes. 4. secure input/output: user input (i.e. mouse, keyboard)/output (i.e. monitor) are encrypted and thus cannot be sni ed or spoofed sealed storage and attestation are characteristics shared with tcpa. curtained memory and secure i/o are not. trusted open systems currently, windows operating systems are designed rst for features and performance, then for plug and play and ease of use, and only last for security.
7 contrast this to smartcard os or other closed system; security is higher in closed systems. nightmare scenarios \the hackers are standing on a pile of bricks spray-painting glass windows. they haven't yet discovered the bricks." although there have been damaging viruses in the past, viruses can do a lot more damage than they have been demonstrated to do. imagine a virus/trojan that launches something worse than a denial of service attack:  trades a random stock  posts tax-records to newsgroup  orders random book from amazon  grabs user/password for the host/websites and posts them to newsgroup  posts personal documents to a newsgroup 7 architecture palladium at 50,000 ft standard (left-side) trusted (right side) user applications agents kernel os nexus concern : because one of the priorities of the current windows os is to be able to plug and play, there is the concern that the kernel can be corrupted by a plug-in (e.g., trojaned driver). so, the question is: how do you preserve the exibility and extensibility of pluggable kernel modules while providing security? solution : subdivide the execution environment by adding a new mode ag to the cpu. the cpu is either in standard or trusted mode. pages of physical memory can be marked as \trusted". trusted pages can only be accessed when the cpu is in trusted mode. thus, the execution environment is divided up into the standard environment (left side) and the trusted environment (right side). the right side has to run without disrupting the left side, since we don't want to break anything that's currently running. the trusted parallels to the os and applications are the nexus and the agents. the nexus (a.k.a. trusted operating root (tor) and nub) is a security kernel. agents are user programs running in the secured environment. since agents need to let the user enter secrets, and display secrets to the user, we need trusted i/o.
8 7 architecture input is secured by a trusted usb hub, for the keyboard and mouse, that carries on a protected conversation with the nexus. output is secured by a trusted gpu that carries on a crypto-protected conversation with the nexus. this gives us \ ngertip to eyeball security." hardware security support  security support component (ssc) { the security support component (ssc) is basically a smartcard soldered onto the moth- erboard. it is like tcpa's tpm. { to make palladium easily adoptable, the ssc costs $1 a unit so that it can be installed in all machines. { it must contain at least an aes key and an rsa key pair. in reality, it may contain two to three aes keys and two to three rsa key pairs. these aes keys & rsa private keys never leave the chip. { it also contains registers: the pcr (platform con guration register) that contains the digest of the running nexus. the nexus does not have to be loaded at boot . it can be loaded later. all we care about palladium is hashing the nexus. this can happen any time after the machine has booted. so when you boot the nexus you hash the nexus and put it in a hard register. { the ssc must be close to the chipset (e.g. not a real smartcard) because it must be involved in nexus initialization.  other security goodness { rng, counters, other key storage, crypto operations. { there is no secure real-time clock. best thing to do is to have a monotonically increasing counter, which can be used to detect rollback. what palladium provides palladium provides:  separate protected execution environments for apps (computing agents) that need higher se- curity, through hardware-based memory isolation (i.e. the left hand side has no access to the right hand side).  agents can be standalone, and provide services to other apps. the nexus is the gatekeeper that lets messages pass back to the left hand side. palladium core features all palladium capabilities build o of four key features:
9  strong process isolation  root key for persistent secret protection  secure path to and from user  attestation the rst three are needed to protect against malicious code (viruses, trojans, etc.). attestation breaks new ground. with attestation, facts about \things" (software, users, machines, services) can be proved to (and believed by) remote entities. code identity os identity:  keep hardware simple  the ssc/chipset measures the digest of the nexus on \secure initiation" application identity:  could use a digest, but we actually use a \manifest" which simpli es management (a \mani- fest" is a signed statement of hashes) sealed storage sealed storage allows software to keep long-lived secrets safe from other software running on the host.  sealed storage uses an encryption technology, but it's more than simple encryption { the security chip has very little storage (just room for keys) { let's say i have a banking application that i want to protect. how can it encrypt its stu and then hide its key?  an os/nexus can keep secrets from other os's { we involve the secret key in the chip (that no one ever gets to see since it's baked in at build) in the encryption. forgetting the banking application for now, let's say i'm a nexus and i want to encrypt something, so i ask the ssc. it uses its aes key and it brands it with my hash value (the hash of myself, the nexus) and now it will only give the data back to me since i'm the only one that hashes to the proper value. the ssc holds the key and so it only gives content to the code which sealed it.  if an os can keep a secret, it can provide a similar service to applications
10 8 policy issues how do we do this?  use the pcr value to \brand" encrypted secrets with the identity of the code that \owns" them  owners of secrets can also designate alternate recipients (necessary for update and palladium migration) attestation attestation lets a remote client know what software is running. this authentication technology, is more than a \simple signing;" attestation enables authentication of a software con guration (nexus, application, process).  code authenticates itself using the ssc quote function: { quot( s ) ! sign[ s j p cr ]  this provides a protocol building block: { for example, in a server/peer protocol  the server checks the signature, checks certi cates on signing key, checks nexus digest is as expected  then, it knows the client is a \ms nexus on acme trusted platform"  implementation: rsa using ssc key pair  no anonymity at this low level. can only use the hardware key once per power cycle. to preserve anonymity, use the hardware key to create pseudo-identities to provide indi- rection/anonymity while still providing platform attestation. being able to create pseudo- identities requires the presence of trusted third parties which do not exist at present. microsoft is looking into encouraging such markets. 8 policy issues some of the technical issues we have to solve are policy issues. you want to have a piece of technology that you can hold up any time anyone starts to complain about social problems. for instance, you're worried about a child viewing pornography on net? don't make pornography illegal; make a chip that protects kids.  so how do we build an attestable tcb (trusted computing base): open, auditable, and com- prehensible?  since the palladium rsa key is unique what steps should we take to defend against trac analysis and behavior?
11 nexus policy  everything that runs today will run on palladium systems  the platform will run any nexus  the user will be in charge of what nexuses he chooses to run  the ms nexus will run any application  the user will be in charge of the applications that he chooses to run  the ms nexus will interoperate with any network service provider  the ms nexus source code will be made available for review \the security mode will be o by default. you can't have it on by default. this is a hard lesson for microsoft. users always click `yes, sure, go ahead format my hard drive | i don't have time to read this! i have work to do.' " somehow you have to tell microsoft what to run on palladium. the talk was interrupted by q&a. see the palladium slides (24-29) posted on the course handout page for information about:  privacy of machine identity  pseudo-identities  registering a pseudo-identity  summary 9 questions & answers q: have you thought about user interface for designating right hand side application windows vs left hand side applications? a: you could store a secret (user's favorite fruit plus number) in palladium, and display that secret every time palladium window comes up. alternately, you could use a hardware indicator. q: can i run pirated microsoft word on this? - randall davis a: well yes, now, but it is possible to use palladium to interfere in the future maybe, i.e. if part of word runs in the right hand (it never makes sense to run it all in the right hand because it's too big and takes too much work to migrate over). so it is possible to write applications that do that. we [palladium group] are not involved with the app guys, though. ms is a tribe of 200 groups that dislike each other. word sits on the left hand side now. anything i send out to word in the left hand is insecure. - brian lamacchia q: would it be possible to design the crypto so that the user can always force a decryption { is it technically possible (if not smart)? - hal abelson
12 9 questions & answers a: yes, because at the end of the day decryption always happens and you have a choice how to store it. think of it as a big red override button. there's nothing that prevents that at the hardware level. - brian lamacchia side note: there are certainly customers of ours that don't care about certi ed stu { they want their own keys in there. certain 3 lettered agencies want an override. who ends up owning the machine? - brian lamacchia q: is this e ort truly aimed as bene t to users, or is it more for copyright protection, drm, and hollywood? a: there are two main concerns driving palladium: 1. piracy 2. that the pc might be bypassed as medium for digital document distribution furthermore, this is also aimed at enterprises. enterprises are concerned about keeping docu- ments private. q: in terms of needing to build a market for certi cate authorities of pseudo-identities, who are your competitors? a: retailers like blockbuster who may want to do (and care only about) their own authentication. q: what will be the rst things to move to the trusted side? a:  anything in os that works with secrets  core crypto  lightweight viewers  further down the road: full lhs apps (browser, oe, word, etc.) move to rhs q: what happens if your ssc dies? a: you'd have to have had a migration scenario upfront (need to have backed up software key). otherwise, you lose your data. but, the same is true with the non-palladium technology. q: i, as a user, don't know what's running on the right hand side. how do i protect my left hand side stu from the right hand side stu ? - ron rivest a: policy for rights of agents is more impoverished in terms of resources. furthermore, the nexus/os are the gatekeepers. agents will rst get very restricted rights and build up from there. q: with rewalls, people were duped into thinking the rewall solved all their security problems. \who needs end-to-end security when you have a rewall?" was the attitude. how will you prevent the same attitude from developing if there is wide-spread use of palladium? people will still have to worry about bu er over ows, etc. -kevin fu a: train the marketeers. that's why there's a di erence between the white paper and the technical paper. unfortunately, the security business involves a lot of hype. q: regarding small devices. what's your vision for the future (will they also run palladium?) - ron rivest a: currently, small devices are closed and thus do not need palladium. if devices become more open, that may be a possibility. but, devices can also become more closed.


▲Up To Search▲   

 
Price & Availability of L12-TCPA-PALLADIUM

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X